@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 18px; color:#666; overflow-x: hidden; font-family: "Microsoft YaHei",Arial,sans-serif; padding-top: 150px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family: "Microsoft YaHei",Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #b2b2b2;}
::-moz-placeholder {color: #b2b2b2;}
:-ms-input-placeholder {color: #b2b2b2;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color:#263869;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1620px; margin: 0 auto; padding: 0 50px;}
.ovh{overflow: hidden;}

::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;}

/*顶部*/
.header{ width: 100%; height: 150px; padding: 0 160px 36px; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, .05);  position: fixed; left: 0; top: 0; z-index: 99999; }
.header .logo{ height: 63px;}
.header .nav{ position: relative;}
.header .nav>ul>li{ position: relative; margin-left:80px;}
.header .nav>ul>li::before{ content: ""; width: 1px; height: 14px; background: #ddd; position: absolute; right:-40px; top: 50%; transform: translateY(-50%);}
.header .nav>ul>li>a{ font-size:18px; color:#333; line-height:30px; font-weight: bold; transition: color .4s; display: block; position: relative;}
.header .nav>ul>li>a:hover,.header .nav>ul>li.on>a{ color:#b47f51;}
.header .lang a{ padding-right: 50px; background: url(../images/lang.png) no-repeat right center;  display: block;}
.header .lang::before{ display: none;}

.menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative; overflow: hidden;}
.banner .swiper{ width:100%; overflow:hidden;}
.banner .swiper .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper .swiper-slide img{width:100%;}
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:30px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:#333; margin: 0 10px; border-radius:15 !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #263869;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover;}

.title{ text-align: center; margin-bottom: 50px;}
.title h2{ font-size: 36px; line-height: 1; color: #263869;  padding-bottom: 28px; position: relative;}
.title h2::after{ content: ""; width: 300px; height: 2px; background:url(../images/icon01.png) no-repeat center; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}

.ntitle{ margin-bottom: 50px;}
.ntitle h2{ font-size: 36px; line-height: 1; color: #000;}

.indexOne{ padding: 65px 0 95px;}
.indexOne .box ul{ margin: 0 -28px;}
.indexOne .box ul li{ width: 25%; padding: 0 28px;}
.indexOne .box ul li .item{ text-align: center; overflow: hidden; border-radius: 15px; transition: background 0.4s ease;}
.indexOne .box ul li .item .icon{ height: 250px; display: flex; align-items:center; justify-content: center;}
.indexOne .box ul li .item .icon i{ width: 124px; height: 124px; border-radius: 124px; border: #b47f51 solid 3px; display:flex; align-items:center; justify-content: center; overflow: hidden; transition: all 0.4s ease;}
.indexOne .box ul li .item .con{ padding: 10px 35px 30px; transition: all 0.4s ease;}
.indexOne .box ul li .item .con h3{ font-size: 24px; color: #333; margin-bottom: 8px; transition: all 0.4s ease;}
.indexOne .box ul li.on .item{ background: #eceef3; }
.indexOne .box ul li.on .item .icon i{ background: #263869; border: #263869 solid 3px; }
.indexOne .box ul li.on .item .icon i img{ filter: drop-shadow(#fff 0 150px); transform: translateY(-150px);}
.indexOne .box ul li.on .item .con{ background: #263869; color: #fff;}
.indexOne .box ul li.on .item .con h3{ color: #fff;}

.indexTwo{ background: #f5f5f5; padding: 90px 0;}
.indexTwo .con{ width: 55%;}
.indexTwo .con .tit{ font-size: 36px; color: #263869; position: relative; padding-bottom: 40px;}
.indexTwo .con .tit::after{ content: ""; width: 60px; height: 3px; background: #b47f51; position: absolute; left: 0; bottom: 0;}
.indexTwo .con .text{ font-size: 20px; line-height: 1.8; padding: 35px 0;}
.indexTwo .con .more{ width: 250px; height: 70px; line-height: 70px; text-align: center; background: #263869; border-radius: 6px; color: #fff; display: block;}
.indexTwo .con .more:hover{ background: #19274d;}
.indexTwo .pic{ width: 45%; display: flex; justify-content: flex-end;}
.indexTwo .pic dl{ border-radius: 5px; overflow: hidden;}

.indexThree{ padding: 90px 0;}
.indexThree .tabNav{ margin-bottom: 60px;}
.indexThree .tabNav ul li{ padding: 0 20px; line-height: 60px; text-align: center; color: #333; border-radius: 6px; margin: 0 10px; cursor: pointer;}
.indexThree .tabNav ul li.on{ background: #263869; color: #fff;}
.indexThree .tabCon .item{ display: none;}
.indexThree .tabCon .item.on{ display:block;}
.indexThree .tabCon .item ul { margin: 0 -35px;}
.indexThree .tabCon .item ul li{ width: 25%; padding: 0 35px;}
.indexThree .tabCon .item ul li dl{ padding-bottom: 100%; border: #ccc solid 1px;}
.indexThree .tabCon .item ul li h3{ font-size: 18px; font-weight: normal; text-align: center; margin-top: 15px;}

.indexFour{background: #f5f5f5; padding: 90px 0;}
.indexFour .swiper-slide h3{ font-size: 20px; color: #263869; line-height: 1; margin-top: 20px;}
.indexFour .swiper-slide dd{ font-size: 16px; margin-top: 10px;}
.indexFour .arrow{ margin-top: 50px;}
.indexFour .arrow-left,.indexFour .arrow-right{ width: 40px; height: 30px; margin: 0 30px;}
.indexFour .arrow-left{ background: url(../images/arrow-left.png) no-repeat center;}
.indexFour .arrow-right{ background: url(../images/arrow-right.png) no-repeat center;}

.about{padding: 90px 0;}
.about .box{ padding-top: 30px;}
.about .con{ width: 55%;}
.about .con .tit{ font-size: 36px; color: #263869; position: relative; padding-bottom: 40px; margin-bottom: 35px;}
.about .con .tit::after{ content: ""; width: 60px; height: 3px; background: #b47f51; position: absolute; left: 0; bottom: 0;}
.about .con .text{ font-size: 20px; line-height: 1.8; }
.about .con .more{ width: 250px; height: 70px; line-height: 70px; text-align: center; background: #263869; border-radius: 6px; color: #fff; display: block;}
.about .con .more:hover{ background: #19274d;}
.about .pic{ width: 45%; display: flex; justify-content: flex-end;}
.about .pic dl{ border-radius: 5px; overflow: hidden;}

.honor{ padding: 70px 0; height: 830px; background: url(../images/honor.jpg) no-repeat center;}

.equipment{ padding: 90px 0 120px;}
.equipment .swiper-slide h3{ font-size: 20px; color: #263869; text-align: center; line-height: 1; margin-top: 20px;}
.equipment .arrow{ margin-top: 50px;}
.equipment .arrow-left,.equipment .arrow-right{ width: 40px; height: 30px; margin: 0 30px;}
.equipment .arrow-left{ background: url(../images/arrow-left.png) no-repeat center;}
.equipment .arrow-right{ background: url(../images/arrow-right.png) no-repeat center;}

.products{ padding: 80px 0 120px;}
.products .box{ padding-top: 20px;}
.leftNav{ width: 280px;}
.leftNav ul li{ line-height: 60px; margin-bottom: 5px;}
.leftNav ul li a{ font-size: 20px; color: #333; position: relative; padding: 0 10px 0 68px; display: block;  transition: all 0.4s ease;}
.leftNav ul li a::before{ content: ""; width: 15px; height: 2px; background: #263869; position: absolute; left: 26px; top: 50%; margin-top: -1px; z-index: 11; transition: all 0.4s ease;}
.leftNav ul li.on a,.leftNav ul li a:hover{ background: #263869; color: #fff;}
.leftNav ul li.on a::before,.leftNav ul li a:hover::before{ background: #fff;}
.rightBox{ width: calc(100% - 400px);}

.prolist{padding-bottom: 20px;}
.prolist ul{ margin: 0 -60px;}
.prolist ul li{ width: 33.33%; padding: 0 60px; margin-bottom: 60px;}
.prolist ul li dl{ padding-bottom: 100%; border: #ccc solid 1px;}
.prolist ul li h3{ font-size: 18px; font-weight: normal; text-align: center; margin-top: 15px;}

.bread{ line-height: 60px;}

.proview{ padding: 30px 0 100px;}
.proview .tit{ margin-bottom: 50px;}
.proview .tit h1{ font-size: 36px; text-align: center; color: #263869;}
.proview .pic{ text-align: center;}
.proview .arrow{ margin-top: 50px;}
.proview .arrow a{ background: #263869; color: #fff; padding: 10px 20px; margin:0 20px;}

.news{ padding: 90px 0 120px;}
.news .box{ padding: 30px 0;}
.news .box ul li { margin-bottom: 50px; position: relative;}
.news .box ul li a{ display: flex; flex-direction: row-reverse; align-items: center; box-shadow: 0 0 15px rgba(0, 0, 0, .07); padding: 30px 60px;  transition: box-shadow 0.4s ease;}
.news .box ul li::after{ content: ""; width: 0; height: 4px; background: #263869; position: absolute; left: 0; bottom: 0; transition: width 0.4s ease;}
.news .box ul li:hover::after{ width: 100%;}
.news .box ul li a:hover{ background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .07);}
.news .box ul li .pic{ width: 254px;}
.news .box ul li .pic dl{ padding-bottom:57.8%; border-radius: 8px;}
.news .box ul li .con{ width: calc(100% - 434px); padding-right: 50px;}
.news .box ul li .con h3{ font-size: 24px; color: #000; line-height: 1; margin-bottom: 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.news .box ul li .con dt{ height: 48px; line-height: 24px; font-size: 18px; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 10px;}
.news .box ul li .con dd{ padding:0 10px; line-height: 26px; background: #cccccc; border-radius: 5px; color: #fff; font-size: 14px; display: inline-block;}
.news .box ul li .con .wapTime{ display: none;}
.news .box ul li .date{ width: 180px; display: flex;}
.news .box ul li .date .day{ font-size: 42px; color: #333; line-height: 1; margin-right: 5px;}
.news .box ul li .date .year{ font-size: 15px; color: #666666; line-height: 1.7;}
.news .box ul li a:hover .con dd{ background: #263869;}

.newsView{ padding: 90px 0 120px;}
.newsView .viewHead{ padding-bottom: 50px; text-align: center; border-bottom: #ddd solid 1px;}
.newsView .viewHead h1{ font-size: 30px; font-weight: normal; color: #000; margin-bottom: 20px;}
.newsView .viewHead p{font-size: 16px;}
.newsView .text{ padding: 50px 0; font-size: 18px; line-height: 1.8;}
.newsView .back{ font-size: 24px; line-height: 1.8; border-bottom: #263869 solid 3px; padding: 0 10px; margin-top: 30px;}

.video{ padding: 90px 0 120px;}
.video .box{ padding: 30px 0;}
.video .box ul{ margin: 0 -30px;}
.video .box ul li{ width: 25%; padding: 0 30px; margin-bottom: 50px;}
.video .box ul li ol{ cursor: pointer;}
.video .box ul li dl{ padding-bottom:75%;}
.video .box ul li dl::before{ content: ""; width: 100%; height: 100%; background: url(../images/icon10.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 11; transition: all .4s;}
.video .box ul li h3{ font-size: 18px; color: #666; font-weight: normal; text-align: center; line-height: 50px; background: #f4f3f3;}
.video .box ul li ol:hover h3{ background: #263869; color: #fff;}

.contact{ padding: 80px 0 130px; background: #f5f6f7;}
.contact .box{ padding: 50px 0;}
.contact .box ul{ overflow: hidden;}
.contact .box ul li{ width: 33.33%; color: #333; text-align: center; border-left: 1px solid #dcddde; margin-left: -1px;}
.contact .box ul li i{ height: 85px; display: block;}
.contact .box ul li ol{ margin-bottom: 50px;}
.contact .box ul li h3{ font-size: 24px; font-weight: normal;}
.contact .box ul li dt{ font-size: 16px; text-transform: uppercase;}

.message{ padding: 80px 0 130px;}
.message .box ul{ margin: 0 -20px 40px;}
.message .box ul li{ width: 33.33%; padding: 0 20px;}
.message .box ul ol{ padding: 0 20px;}
.message input{ width: 100%; height: 60px; border: #ccc solid 1px; border-radius: 5px; padding-left: 25px;}
.message textarea{ width: 100%; height: 180px;  border: #ccc solid 1px; border-radius: 5px; padding: 10px 25px;}
.message button{ width: 125px; height: 54px; background: #0952a0; border: none; color: #fff; font-weight:bold; font-size: 20px; display: block; margin: 0 auto; cursor: pointer;}
.message button:hover{ background: #054992;}

.footer{ font-size: 18px; color: #fff; padding: 40px 0; background: #263869;}
.footer a{ color: #fff;}
.footer a:hover{ color: #b47f51;}
.footer .nav { margin-bottom: 60px;}
.footer .nav ul li{ width: 25%;  text-align: center;}
.footer .nav ul li ol{ color: #fff; padding-top: 50px; margin-top: 36px; position: relative;}
.footer .nav ul li ol::before{ content:""; width: 210px; height: 1px; background: #687496; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.footer .ewm{ margin-bottom: 50px;}
.footer .ewm ul li{ width: 138px; margin: 0 44px;}
.footer .copyright{  text-align: center;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 18px; width: 100%; display: flex; justify-content: center; }
.fenye .prev, .fenye .next { width: 50px; height: 50px; line-height: 50px; color: #666;margin-right: 10px; display: block; font-family: "宋体";font-size: 18px; background: #ddd;}
.fenye a { width: 50px; height: 50px; line-height: 50px; color: #666; margin-right: 10px;display: block; background: #ddd; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #263869;}
.fenye a.current { color: #fff;  background: #263869;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}


/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px;}


@media (max-width: 1800px) {
.header{ padding: 0 50px 36px;}
}

@media (max-width: 1650px) {

}

@media (max-width: 1550px) {

}

@media (max-width: 1480px) {
    body{ font-size: 16px;}
    .header .nav>ul>li{ margin-left: 60px;}
    .header .nav>ul>li::before{ right: -30px;}

    .neiBanner { height: 360px;}

    .title h2{ font-size: 30px;}

    .indexOne .box ul li .item .con h3{ font-size: 22px;}

    .indexTwo .con .tit{ font-size: 32px;}
    .indexTwo .con .text{ font-size: inherit;}
    .indexTwo .con .more { width: 150px; height: 60px; line-height: 60px;}

    .indexThree .tabNav ul li{ margin: 0 5px;}

    .indexFour .swiper-slide h3{ font-size: 18px;}

    .about .con .tit { font-size: 30px; padding-bottom: 20px; margin-bottom: 25px; }
    .about .con .text{ font-size:inherit;}

    .leftNav ul li a{ font-size: 18px;}

    .prolist ul { margin: 0 -30px;}
    .prolist ul li{ padding: 0 30px; margin-bottom: 40px;}
    .prolist ul li h3{ font-size: inherit;}

    .proview .tit h1{ font-size: 30px;}

    .news .box ul li .con h3{ font-size: 20px;}
    .news .box ul li .con dt{ font-size: inherit;}
    .newsView .text{ font-size: inherit;}

    .video .box ul li h3{ font-size: inherit;}

    .footer{ font-size: inherit;}
}

@media (max-width: 1420px) {

}

@media (max-width: 1350px) {
    .header .logo { height: 52px; }

    .neiBanner { height: 310px; }

    .honor{ height: 650px; background-size: auto 100%;}
}

@media (max-width: 1280px) {
    body{ padding-top: 120px;}
    .header{ height: 120px;}
    .header .nav>ul>li { margin-left: 40px; }
    .header .nav>ul>li::before{ right: -20px;}
    .header .nav>ul>li>a{ font-size: 16px;}
}

@media (max-width: 1180px) {
    body{ font-size: 15px;}
    .wrap{ padding: 0 20px;}
    .header { padding: 0 20px 36px; }
    .header .logo { height: 44px; }
    .neiBanner { height: 260px; }

    .indexOne .box ul { margin: 0 -10px;}
    .indexOne .box ul li{ padding: 0 10px;}
    .indexOne .box ul li .item .con { padding: 10px 20px 25px;}

    .indexThree .tabNav ul li { padding: 0 10px; margin: 0 3px; line-height: 50px;}
}

@media (max-width: 1030px) {
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}

    .header{ width: 100%; height: 60px; padding: 0 15px;}
    .header .logo{ height: 60px; padding: 13px 0; }
    .header .nav { position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none; }
    .header .nav>ul{ display: block;  position: relative; z-index: 111; border-top: #eee solid 1px; }
    .header .nav>ul>li{ border-bottom: #eee solid 1px; margin-right: 0; margin-left: 0; position: relative;}
    .header .nav>ul>li>a{ padding: 0 15px; font-size: 15px; color: #000;  font-weight: normal; line-height: 46px;  display: block;}
    .header .lang a{ background: url(../images/lang.png) no-repeat 45px center; background-size: 20px auto;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner .pagination {  bottom:10px!important; }
    .banner .swiper-pagination-clickable .swiper-pagination-bullet {width: 10px;height: 10px; border-radius: 10px !important;}

    .neiBanner { height:95px; }

    .title { margin-bottom: 30px;}
    .title h2{ font-size: 22px; padding-bottom: 20px;}
    .title h2::after { width: 120px;}

    .indexOne{ padding: 50px 0;}
    .indexOne .box ul { flex-wrap: wrap;}
    .indexOne .box ul li{ width: 50%;}
    .indexOne .box ul li .item .icon { height: 125px;}
    .indexOne .box ul li .item .icon i { width: 60px; height: 60px;}
    .indexOne .box ul li .item .icon i img{ height: 20px;}
    .indexOne .box ul li .item .con h3{ font-size: 18px;}
    .indexOne .box ul li .item dt{ font-size: 12px;}

    .indexTwo { padding: 50px 0; }
    .indexTwo .wrap{ display: block;}
    .indexTwo .con{ width: 100%; margin-bottom: 20px;}
    .indexTwo .con .tit { font-size: 20px; text-align: center; padding-bottom: 13px; margin-bottom: 20px; }
    .indexTwo .con .tit::after{ width: 30px; height: 2px; left: 50%; transform: translateX(-50%);}
    .indexTwo .con .text{ padding: 5px 0 15px;}
    .indexTwo .con .more { width: 130px; height: 44px; line-height: 44px; margin: 0 auto; }
    .indexTwo .pic{ width: 100%;}

    .indexThree { padding: 50px 0; }
    .indexThree .tabNav{ overflow: auto; margin-bottom: 30px;}
    .indexThree .tabNav::-webkit-scrollbar{ height: 0;}
    .indexThree .tabNav ul{ justify-content: flex-start;}
    .indexThree .tabNav ul li{ white-space: nowrap; line-height: 40px;}

    .indexThree .tabCon .item ul { flex-wrap: wrap; margin: 0 -5px;}
    .indexThree .tabCon .item ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .indexThree .tabCon .item ul li h3{ font-size: inherit;}

    .indexFour{ padding: 50px 0;}
    .indexFour .swiper-slide h3{ font-size: 15px;}
    .indexFour .swiper-slide dd{ font-size: 14px;}

    .about { padding: 50px 0; }
    .about .box { padding-top: 0; }
    .about .box{ display: block;}
    .about .con{ width: 100%; margin-bottom: 20px;}
    .about .con .tit { font-size: 20px; text-align: center; padding-bottom: 13px; margin-bottom: 20px; }
    .about .con .tit::after{ width: 30px; height: 2px; left: 50%; transform: translateX(-50%);}
    .about .pic{ width: 100%;}

    .honor { padding: 24px 0; height: 240px;}

    .equipment { padding: 50px 0 60px; }
    .equipment .swiper-slide h3{ font-size: 15px;}

    .products { padding: 30px 0 80px; }
    .products .title{ display: none;}
    .products .box{ display: block; padding-top: 0;}
    .leftNav{ width: 100%; margin-bottom: 25px;}
    .leftNav dl {
        font-size: 16px;
        color: #fff;
        line-height: 46px;
        padding: 0 15px;
        background: #263869 url(../images/xiala.png) no-repeat right 15px center;
        background-size: 20px auto;
        margin-bottom: 10px; display: block;
    }
    .leftNav dl::before{ content: "产品分类";}
    .leftNav>ul{ display: none;}
    .leftNav ul li { line-height: 46px; margin-bottom: 3px; }
    .leftNav ul li a { font-size: 15px;}
    

    .rightBox{ width: 100%;}

    .prolist ul{ margin: 0 -5px;}
    .prolist ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px;}
    .prolist ul li h3{ margin-top: 10px;}

    .proview .tit{ margin-bottom: 20px;}
    .proview .tit h1{ font-size: 20px;}

    .news { padding: 50px 0 80px; }
    .news .box{ padding-top: 0;}
    .news .box ul li{ margin-bottom: 0;}
    .news .box ul li a{ padding: 15px 0; box-shadow:inherit;}
    .news .box ul li .date{ display: none;}
    .news .box ul li .con{ width: calc(100% - 130px); padding-right: 15px;}
    .news .box ul li .con h3{ font-size: 15px; margin-bottom: 5px;}
    .news .box ul li .con dt { height: 32px; line-height: 16px; font-size: 12px; margin-bottom: 8px;}
    .news .box ul li .con dd{ display: none;}
    .news .box ul li .con .wapTime{ display: block; font-size: 12px; color: #999;}
    .news .box ul li .pic { width: 130px; }
    .news .box ul li:hover::after{ display: none;}
    .news .box ul li a:hover{ box-shadow: inherit;}

    .newsView { padding: 50px 0 80px; }
    .newsView .viewHead { padding-bottom: 30px;}
    .newsView .viewHead h1 { font-size: 18px; }
    .newsView .viewHead p{ font-size: 12px;}
    .newsView .text { padding: 30px 0; font-size: 14px; line-height: 1.7; }
    .newsView .back { font-size: 17px; margin-top: 20px;}

    .video { padding: 50px 0 80px; }
    .video .box { padding:5px 0 0; }
    .video .box ul { margin: 0 -5px;}
    .video .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .video .box ul li dl::before{ background-size: 25px auto;}

    .contact { padding: 50px 0 40px;}
    .contact .box { padding: 8px 0; }
    .contact .box ul { display: block;}
    .contact .box ul li{ width: 100%; margin-bottom: 25px;}
    .contact .box ul li i{ height: 24px;}
    .contact .box ul li h3{ font-size: 16px; margin-top: 5px;}
    .contact .box ul li dt{ font-size: 14px;}
    .contact .box ul li ol{ margin-bottom: 10px;}
    .message .box ul ol{ margin-bottom: 10px;}

    .message { padding: 50px 0 80px; }
    .message .box ul{ display: block; margin: 0;}
    .message .box ul li{ width: 100%; margin-bottom: 10px; padding: 0;}
    .message .box ul ol{ padding: 0;}
    .message input{ height: 42px; padding-left: 15px;}
    .message button{ height: 44px; font-size: 16px;}

    .footer{ font-size: 13px;}
    .footer .nav { margin-bottom: 16px; }
    .footer .nav ul { flex-wrap: wrap;}
    .footer .nav ul li { width: 50%; margin-bottom: 15px;}
    .footer .nav ul li i{ height: 25px; display: block; text-align: center;}
    .footer .nav ul li ol { padding-top: 10px; margin-top: 12px;}
    .footer .nav ul li ol::before{ width: 90%;}
    .footer .ewm { margin-bottom: 30px; }
    .footer .ewm ul li{ width: 100px; margin: 0 10px;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; padding-top: 20px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 3px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:3px;}
    .fenye a:hover {color: #fff; }
    .fenye a.current { color: #fff;  margin-right: 3px;}
    .footer .gotop{ display: none;}

    .tccBox .BoxCon{ width: 94%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}